mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
i965: Drop tabs in brw_state.h.
This commit is contained in:
parent
0b98e885e7
commit
07566ad4b6
1 changed files with 13 additions and 13 deletions
|
|
@ -221,20 +221,20 @@ brw_select_pipeline(struct brw_context *brw, enum brw_pipeline pipeline)
|
|||
*/
|
||||
|
||||
void brw_upload_cache(struct brw_cache *cache,
|
||||
enum brw_cache_id cache_id,
|
||||
const void *key,
|
||||
GLuint key_sz,
|
||||
const void *data,
|
||||
GLuint data_sz,
|
||||
const void *aux,
|
||||
GLuint aux_sz,
|
||||
uint32_t *out_offset, void *out_aux);
|
||||
enum brw_cache_id cache_id,
|
||||
const void *key,
|
||||
GLuint key_sz,
|
||||
const void *data,
|
||||
GLuint data_sz,
|
||||
const void *aux,
|
||||
GLuint aux_sz,
|
||||
uint32_t *out_offset, void *out_aux);
|
||||
|
||||
bool brw_search_cache(struct brw_cache *cache,
|
||||
enum brw_cache_id cache_id,
|
||||
const void *key,
|
||||
GLuint key_size,
|
||||
uint32_t *inout_offset, void *inout_aux);
|
||||
enum brw_cache_id cache_id,
|
||||
const void *key,
|
||||
GLuint key_size,
|
||||
uint32_t *inout_offset, void *inout_aux);
|
||||
void brw_program_cache_check_size(struct brw_context *brw);
|
||||
|
||||
void brw_init_caches( struct brw_context *brw );
|
||||
|
|
@ -266,7 +266,7 @@ GLuint translate_tex_target(GLenum target);
|
|||
|
||||
GLuint translate_tex_format(struct brw_context *brw,
|
||||
mesa_format mesa_format,
|
||||
GLenum srgb_decode);
|
||||
GLenum srgb_decode);
|
||||
|
||||
int brw_get_texture_swizzle(const struct gl_context *ctx,
|
||||
const struct gl_texture_object *t);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue